home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / prom0206.zip / INSTALL.EXE / SEND_Z.BAT < prev    next >
DOS Batch File  |  1992-01-10  |  350b  |  12 lines

  1. @echo off
  2. ::
  3. :: %1 = COM Port (Suchas 1 or 2) Can be used with DSZ port command
  4. ::
  5. :: %2 = Caller Connect Speed Like '2400' if not Locked
  6. :: or
  7. :: %2 = Locked Baud Rate Like: '19200' if Locked
  8. ::
  9. :: %3 = Full path+filename to file being Downloaded Like: 'L:\001A\FILE.ZIP'
  10. ::
  11. dsz.com port %1 handshake both pB4096 z estimate 0 %2 sz -m %3
  12.